Html Css Color HEX #FAB825 Bright Sun

📋 copy color: '#FAB825'

red 250 ◦ green 184 ◦ blue 37

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

Shades of Bright Sun #FAB825

Tints of Bright Sun #FAB825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.07%

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

R = 53.08%
G = 39.07%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAB825 (or 0xFAB825) is known color: Bright Sun. HEX triplet: FA, B8 and 25. RGB value is (250,184,37). Sum of RGB (Red+Green+Blue) = 250+184+37=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB825 is #0547DA. Grayscale: #BBBBBB. Windows color (decimal): -346075 or 2472186. OLE color: 2472186.

HSL color Cylindrical-coordinate representation of color #FAB825: hue angle of 41.41º 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 #FAB825 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 37 -
CMYK 0 0.26 0.85 0.02
HSL 41.41º 0.96% 0.56% -
HSV(B) 41.41º 0.85% 0.98% -
XYZ 56.9 54.74 9.32 -
YUV 186.98 43.37 172.95 -
System Red Green Blue C M Y K H S L
Decimal 250 184 37 0 0.26 0.85 0.02 41.41 0.96 0.56
Hex FA B8 25 0 1A 55 2 29 60 38
Octal 372 270 45 0 32 125 2 51 140 70
Binary 11111010 10111000 100101 0 11010 1010101 10 101001 1100000 111000

Color Harmonies of #FAB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB825

Black with #FAB825

Text Example


Text Example

White with #FAB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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