Html Css Color HEX #FADF42 Gorse

📋 copy color: '#FADF42'

red 250 ◦ green 223 ◦ blue 66

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

Shades of Gorse #FADF42

Tints of Gorse #FADF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

 BLUE value IS 66 (26.17% from 255) = 12.24%

R = 46.38%
G = 41.37%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FADF42 (or 0xFADF42) is known color: Gorse. HEX triplet: FA, DF and 42. RGB value is (250,223,66). Sum of RGB (Red+Green+Blue) = 250+223+66=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF42 is #0520BD. Grayscale: #D5D5D5. Windows color (decimal): -336062 or 4382714. OLE color: 4382714.

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

Color convert

RGB 250 223 66 -
CMYK 0 0.11 0.74 0.02
HSL 51.2º 0.95% 0.62% -
HSV(B) 51.2º 0.74% 0.98% -
XYZ 66.8 73.49 15.82 -
YUV 213.18 44.95 154.27 -
System Red Green Blue C M Y K H S L
Decimal 250 223 66 0 0.11 0.74 0.02 51.2 0.95 0.62
Hex FA DF 42 0 B 4A 2 33 5F 3E
Octal 372 337 102 0 13 112 2 63 137 76
Binary 11111010 11011111 1000010 0 1011 1001010 10 110011 1011111 111110

Color Harmonies of #FADF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF42

Black with #FADF42

Text Example


Text Example

White with #FADF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF42; }

 p { color: rgb(250,223,66); }

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

background-color css

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

 a { background-color: rgb(250,223,66); }

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

border-color css

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

 span { border-color: rgb(250,223,66); }

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