Html Css Color HEX #FAD038 Sunglow

📋 copy color: '#FAD038'

red 250 ◦ green 208 ◦ blue 56

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

Shades of Sunglow #FAD038

Tints of Sunglow #FAD038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

 BLUE value IS 56 (22.27% from 255) = 10.89%

R = 48.64%
G = 40.47%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAD038 (or 0xFAD038) is known color: Sunglow. HEX triplet: FA, D0 and 38. RGB value is (250,208,56). Sum of RGB (Red+Green+Blue) = 250+208+56=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD038 is #052FC7. Grayscale: #CBCBCB. Windows color (decimal): -339912 or 3723514. OLE color: 3723514.

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

Color convert

RGB 250 208 56 -
CMYK 0 0.17 0.78 0.02
HSL 47.01º 0.95% 0.6% -
HSV(B) 47.01º 0.78% 0.98% -
XYZ 62.69 65.72 13.12 -
YUV 203.23 44.91 161.36 -
System Red Green Blue C M Y K H S L
Decimal 250 208 56 0 0.17 0.78 0.02 47.01 0.95 0.6
Hex FA D0 38 0 11 4E 2 2F 5F 3C
Octal 372 320 70 0 21 116 2 57 137 74
Binary 11111010 11010000 111000 0 10001 1001110 10 101111 1011111 111100

Color Harmonies of #FAD038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD038

Black with #FAD038

Text Example


Text Example

White with #FAD038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD038; }

 p { color: rgb(250,208,56); }

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

background-color css

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

 a { background-color: rgb(250,208,56); }

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

border-color css

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

 span { border-color: rgb(250,208,56); }

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