Html Css Color HEX #FBCC30 Sunglow

📋 copy color: '#FBCC30'

red 251 ◦ green 204 ◦ blue 48

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

Shades of Sunglow #FBCC30

Tints of Sunglow #FBCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

 BLUE value IS 48 (19.14% from 255) = 9.54%

R = 49.9%
G = 40.56%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBCC30 (or 0xFBCC30) is known color: Sunglow. HEX triplet: FB, CC and 30. RGB value is (251,204,48). Sum of RGB (Red+Green+Blue) = 251+204+48=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC30 is #0433CF. Grayscale: #C8C8C8. Windows color (decimal): -275408 or 3198203. OLE color: 3198203.

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

Color convert

RGB 251 204 48 -
CMYK 0 0.19 0.81 0.02
HSL 46.11º 0.96% 0.59% -
HSV(B) 46.11º 0.81% 0.98% -
XYZ 61.91 63.91 11.87 -
YUV 200.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 251 204 48 0 0.19 0.81 0.02 46.11 0.96 0.59
Hex FB CC 30 0 13 51 2 2E 60 3B
Octal 373 314 60 0 23 121 2 56 140 73
Binary 11111011 11001100 110000 0 10011 1010001 10 101110 1100000 111011

Color Harmonies of #FBCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC30

Black with #FBCC30

Text Example


Text Example

White with #FBCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC30; }

 p { color: rgb(251,204,48); }

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

background-color css

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

 a { background-color: rgb(251,204,48); }

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

border-color css

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

 span { border-color: rgb(251,204,48); }

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