Html Css Color HEX #FACB36 Sunglow

📋 copy color: '#FACB36'

red 250 ◦ green 203 ◦ blue 54

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

Shades of Sunglow #FACB36

Tints of Sunglow #FACB36

RGB

 RED value IS 250 (98.05% from 255) = 49.31%

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

 BLUE value IS 54 (21.48% from 255) = 10.65%

R = 49.31%
G = 40.04%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FACB36 (or 0xFACB36) is known color: Sunglow. HEX triplet: FA, CB and 36. RGB value is (250,203,54). Sum of RGB (Red+Green+Blue) = 250+203+54=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 54 (21.48% from 255 or 10.65% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB36 is #0534C9. Grayscale: #C8C8C8. Windows color (decimal): -341194 or 3591162. OLE color: 3591162.

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

Color convert

RGB 250 203 54 -
CMYK 0 0.19 0.78 0.02
HSL 45.61º 0.95% 0.6% -
HSV(B) 45.61º 0.78% 0.98% -
XYZ 61.45 63.3 12.47 -
YUV 200.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 250 203 54 0 0.19 0.78 0.02 45.61 0.95 0.6
Hex FA CB 36 0 13 4E 2 2E 5F 3C
Octal 372 313 66 0 23 116 2 56 137 74
Binary 11111010 11001011 110110 0 10011 1001110 10 101110 1011111 111100

Color Harmonies of #FACB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB36

Black with #FACB36

Text Example


Text Example

White with #FACB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB36; }

 p { color: rgb(250,203,54); }

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

background-color css

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

 a { background-color: rgb(250,203,54); }

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

border-color css

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

 span { border-color: rgb(250,203,54); }

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