Html Css Color HEX #FAB525 Bright Sun

📋 copy color: '#FAB525'

red 250 ◦ green 181 ◦ blue 37

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

Shades of Bright Sun #FAB525

Tints of Bright Sun #FAB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

 BLUE value IS 37 (14.84% from 255) = 7.91%

R = 53.42%
G = 38.68%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAB525 (or 0xFAB525) is known color: Bright Sun. HEX triplet: FA, B5 and 25. RGB value is (250,181,37). Sum of RGB (Red+Green+Blue) = 250+181+37=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB525 is #054ADA. Grayscale: #B9B9B9. Windows color (decimal): -346843 or 2471418. OLE color: 2471418.

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

Color convert

RGB 250 181 37 -
CMYK 0 0.28 0.85 0.02
HSL 40.56º 0.96% 0.56% -
HSV(B) 40.56º 0.85% 0.98% -
XYZ 56.28 53.51 9.11 -
YUV 185.22 44.36 174.21 -
System Red Green Blue C M Y K H S L
Decimal 250 181 37 0 0.28 0.85 0.02 40.56 0.96 0.56
Hex FA B5 25 0 1C 55 2 29 60 38
Octal 372 265 45 0 34 125 2 51 140 70
Binary 11111010 10110101 100101 0 11100 1010101 10 101001 1100000 111000

Color Harmonies of #FAB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB525

Black with #FAB525

Text Example


Text Example

White with #FAB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB525; }

 p { color: rgb(250,181,37); }

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

background-color css

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

 a { background-color: rgb(250,181,37); }

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

border-color css

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

 span { border-color: rgb(250,181,37); }

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