Html Css Color HEX #FBCB2D Sunglow

📋 copy color: '#FBCB2D'

red 251 ◦ green 203 ◦ blue 45

#FBCB2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglow #FBCB2D

Tints of Sunglow #FBCB2D

RGB

 RED value IS 251 (98.44% from 255) = 50.3%

 GREEN value IS 203 (79.69% from 255) = 40.68%

 BLUE value IS 45 (17.97% from 255) = 9.02%

R = 50.3%
G = 40.68%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBCB2D (or 0xFBCB2D) is known color: Sunglow. HEX triplet: FB, CB and 2D. RGB value is (251,203,45). Sum of RGB (Red+Green+Blue) = 251+203+45=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB2D is #0434D2. Grayscale: #C8C8C8. Windows color (decimal): -275667 or 3001339. OLE color: 3001339.

HSL color Cylindrical-coordinate representation of color #FBCB2D: hue angle of 46.02º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBCB2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 45 -
CMYK 0 0.19 0.82 0.02
HSL 46.02º 0.96% 0.58% -
HSV(B) 46.02º 0.82% 0.98% -
XYZ 61.61 63.41 11.47 -
YUV 199.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 251 203 45 0 0.19 0.82 0.02 46.02 0.96 0.58
Hex FB CB 2D 0 13 52 2 2E 60 3A
Octal 373 313 55 0 23 122 2 56 140 72
Binary 11111011 11001011 101101 0 10011 1010010 10 101110 1100000 111010

Color Harmonies of #FBCB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB2D

Black with #FBCB2D

Text Example


Text Example

White with #FBCB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB2D; }

 p { color: rgb(251,203,45); }

 H1.HeaderClassName
 {
   color: #FBCB2D;
 }
 .AnyTagClassName
 {
   color: #FBCB2D;
 }
</style>

background-color css

<style>
 a { background-color: #FBCB2D; }

 a { background-color: rgb(251,203,45); }

 div.DivClassName
 {
   background-color: #FBCB2D;
 }
 .BgClassName
 {
   background-color: #FBCB2D;
 }
</style>

border-color css

<style>
 span { border-color: #FBCB2D; }

 span { border-color: rgb(251,203,45); }

 td.TdClassName
 {
   border-color: #FBCB2D;
 }
 .TagClassName
 {
   border-color: #FBCB2D;
 }
</style>