Html Css Color HEX #FBCD3C Sunglow

📋 copy color: '#FBCD3C'

red 251 ◦ green 205 ◦ blue 60

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

Shades of Sunglow #FBCD3C

Tints of Sunglow #FBCD3C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.73%

 BLUE value IS 60 (23.83% from 255) = 11.63%

R = 48.64%
G = 39.73%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBCD3C (or 0xFBCD3C) is known color: Sunglow. HEX triplet: FB, CD and 3C. RGB value is (251,205,60). Sum of RGB (Red+Green+Blue) = 251+205+60=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD3C is #0432C3. Grayscale: #CACACA. Windows color (decimal): -275140 or 3984891. OLE color: 3984891.

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

Color convert

RGB 251 205 60 -
CMYK 0 0.18 0.76 0.02
HSL 45.55º 0.96% 0.61% -
HSV(B) 45.55º 0.76% 0.98% -
XYZ 62.43 64.5 13.43 -
YUV 202.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 251 205 60 0 0.18 0.76 0.02 45.55 0.96 0.61
Hex FB CD 3C 0 12 4C 2 2E 60 3D
Octal 373 315 74 0 22 114 2 56 140 75
Binary 11111011 11001101 111100 0 10010 1001100 10 101110 1100000 111101

Color Harmonies of #FBCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD3C

Black with #FBCD3C

Text Example


Text Example

White with #FBCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD3C; }

 p { color: rgb(251,205,60); }

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

background-color css

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

 a { background-color: rgb(251,205,60); }

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

border-color css

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

 span { border-color: rgb(251,205,60); }

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