Html Css Color HEX #FACA2B Sunglow

📋 copy color: '#FACA2B'

red 250 ◦ green 202 ◦ blue 43

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

Shades of Sunglow #FACA2B

Tints of Sunglow #FACA2B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

 BLUE value IS 43 (17.19% from 255) = 8.69%

R = 50.51%
G = 40.81%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FACA2B (or 0xFACA2B) is known color: Sunglow. HEX triplet: FA, CA and 2B. RGB value is (250,202,43). Sum of RGB (Red+Green+Blue) = 250+202+43=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA2B is #0535D4. Grayscale: #C6C6C6. Windows color (decimal): -341461 or 2870010. OLE color: 2870010.

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

Color convert

RGB 250 202 43 -
CMYK 0 0.19 0.83 0.02
HSL 46.09º 0.95% 0.57% -
HSV(B) 46.09º 0.83% 0.98% -
XYZ 60.98 62.74 11.18 -
YUV 198.23 40.4 164.93 -
System Red Green Blue C M Y K H S L
Decimal 250 202 43 0 0.19 0.83 0.02 46.09 0.95 0.57
Hex FA CA 2B 0 13 53 2 2E 5F 39
Octal 372 312 53 0 23 123 2 56 137 71
Binary 11111010 11001010 101011 0 10011 1010011 10 101110 1011111 111001

Color Harmonies of #FACA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA2B

Black with #FACA2B

Text Example


Text Example

White with #FACA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA2B; }

 p { color: rgb(250,202,43); }

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

background-color css

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

 a { background-color: rgb(250,202,43); }

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

border-color css

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

 span { border-color: rgb(250,202,43); }

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