Html Css Color HEX #FAB424 Bright Sun

📋 copy color: '#FAB424'

red 250 ◦ green 180 ◦ blue 36

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

Shades of Bright Sun #FAB424

Tints of Bright Sun #FAB424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

 BLUE value IS 36 (14.45% from 255) = 7.73%

R = 53.65%
G = 38.63%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAB424 (or 0xFAB424) is known color: Bright Sun. HEX triplet: FA, B4 and 24. RGB value is (250,180,36). Sum of RGB (Red+Green+Blue) = 250+180+36=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB424 is #054BDB. Grayscale: #B9B9B9. Windows color (decimal): -347100 or 2405626. OLE color: 2405626.

HSL color Cylindrical-coordinate representation of color #FAB424: hue angle of 40.37º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB424 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 36 -
CMYK 0 0.28 0.86 0.02
HSL 40.37º 0.96% 0.56% -
HSV(B) 40.37º 0.86% 0.98% -
XYZ 56.06 53.09 8.96 -
YUV 184.51 44.19 174.71 -
System Red Green Blue C M Y K H S L
Decimal 250 180 36 0 0.28 0.86 0.02 40.37 0.96 0.56
Hex FA B4 24 0 1C 56 2 28 60 38
Octal 372 264 44 0 34 126 2 50 140 70
Binary 11111010 10110100 100100 0 11100 1010110 10 101000 1100000 111000

Color Harmonies of #FAB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB424

Black with #FAB424

Text Example


Text Example

White with #FAB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB424; }

 p { color: rgb(250,180,36); }

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

background-color css

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

 a { background-color: rgb(250,180,36); }

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

border-color css

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

 span { border-color: rgb(250,180,36); }

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