Html Css Color HEX #FACB2E Sunglow

📋 copy color: '#FACB2E'

red 250 ◦ green 203 ◦ blue 46

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

Shades of Sunglow #FACB2E

Tints of Sunglow #FACB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.22%

R = 50.1%
G = 40.68%
B = 9.22%

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

#FACB2E (or 0xFACB2E) is known color: Sunglow. HEX triplet: FA, CB and 2E. RGB value is (250,203,46). Sum of RGB (Red+Green+Blue) = 250+203+46=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB2E is #0534D1. Grayscale: #C7C7C7. Windows color (decimal): -341202 or 3066874. OLE color: 3066874.

HSL color Cylindrical-coordinate representation of color #FACB2E: hue angle of 46.18º degrees, saturation: 0.95, 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 #FACB2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 46 -
CMYK 0 0.19 0.82 0.02
HSL 46.18º 0.95% 0.58% -
HSV(B) 46.18º 0.82% 0.98% -
XYZ 61.27 63.23 11.56 -
YUV 199.16 41.57 164.27 -
System Red Green Blue C M Y K H S L
Decimal 250 203 46 0 0.19 0.82 0.02 46.18 0.95 0.58
Hex FA CB 2E 0 13 52 2 2E 5F 3A
Octal 372 313 56 0 23 122 2 56 137 72
Binary 11111010 11001011 101110 0 10011 1010010 10 101110 1011111 111010

Color Harmonies of #FACB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB2E

Black with #FACB2E

Text Example


Text Example

White with #FACB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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