Html Css Color HEX #FACB34 Sunglow

📋 copy color: '#FACB34'

red 250 ◦ green 203 ◦ blue 52

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

Shades of Sunglow #FACB34

Tints of Sunglow #FACB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.3%

R = 49.5%
G = 40.2%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FACB34 (or 0xFACB34) is known color: Sunglow. HEX triplet: FA, CB and 34. RGB value is (250,203,52). Sum of RGB (Red+Green+Blue) = 250+203+52=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB34 is #0534CB. Grayscale: #C8C8C8. Windows color (decimal): -341196 or 3460090. OLE color: 3460090.

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

Color convert

RGB 250 203 52 -
CMYK 0 0.19 0.79 0.02
HSL 45.76º 0.95% 0.59% -
HSV(B) 45.76º 0.79% 0.98% -
XYZ 61.4 63.28 12.23 -
YUV 199.84 44.57 163.78 -
System Red Green Blue C M Y K H S L
Decimal 250 203 52 0 0.19 0.79 0.02 45.76 0.95 0.59
Hex FA CB 34 0 13 4F 2 2E 5F 3B
Octal 372 313 64 0 23 117 2 56 137 73
Binary 11111010 11001011 110100 0 10011 1001111 10 101110 1011111 111011

Color Harmonies of #FACB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB34

Black with #FACB34

Text Example


Text Example

White with #FACB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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