Html Css Color HEX #FAF23C Gorse

📋 copy color: '#FAF23C'

red 250 ◦ green 242 ◦ blue 60

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

Shades of Gorse #FAF23C

Tints of Gorse #FAF23C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.84%

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

R = 45.29%
G = 43.84%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAF23C (or 0xFAF23C) is known color: Gorse. HEX triplet: FA, F2 and 3C. RGB value is (250,242,60). Sum of RGB (Red+Green+Blue) = 250+242+60=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 60 (23.83% from 255 or 10.87% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF23C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF23C is #050DC3. Grayscale: #E0E0E0. Windows color (decimal): -331204 or 3994362. OLE color: 3994362.

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

Color convert

RGB 250 242 60 -
CMYK 0 0.03 0.76 0.02
HSL 57.47º 0.95% 0.61% -
HSV(B) 57.47º 0.76% 0.98% -
XYZ 71.99 84.15 16.72 -
YUV 223.64 35.65 146.8 -
System Red Green Blue C M Y K H S L
Decimal 250 242 60 0 0.03 0.76 0.02 57.47 0.95 0.61
Hex FA F2 3C 0 3 4C 2 39 5F 3D
Octal 372 362 74 0 3 114 2 71 137 75
Binary 11111010 11110010 111100 0 11 1001100 10 111001 1011111 111101

Color Harmonies of #FAF23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF23C

Black with #FAF23C

Text Example


Text Example

White with #FAF23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF23C; }

 p { color: rgb(250,242,60); }

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

background-color css

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

 a { background-color: rgb(250,242,60); }

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

border-color css

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

 span { border-color: rgb(250,242,60); }

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