Html Css Color HEX #F8B225 Bright Sun

📋 copy color: '#F8B225'

red 248 ◦ green 178 ◦ blue 37

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

Shades of Bright Sun #F8B225

Tints of Bright Sun #F8B225

RGB

 RED value IS 248 (97.27% from 255) = 53.56%

 GREEN value IS 178 (69.92% from 255) = 38.44%

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

R = 53.56%
G = 38.44%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8B225 (or 0xF8B225) is known color: Bright Sun. HEX triplet: F8, B2 and 25. RGB value is (248,178,37). Sum of RGB (Red+Green+Blue) = 248+178+37=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8B225 is #074DDA. Grayscale: #B7B7B7. Windows color (decimal): -478683 or 2470648. OLE color: 2470648.

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

Color convert

RGB 248 178 37 -
CMYK 0 0.28 0.85 0.03
HSL 40.09º 0.94% 0.56% -
HSV(B) 40.09º 0.85% 0.97% -
XYZ 54.97 51.93 8.88 -
YUV 182.86 45.69 174.46 -
System Red Green Blue C M Y K H S L
Decimal 248 178 37 0 0.28 0.85 0.03 40.09 0.94 0.56
Hex F8 B2 25 0 1C 55 3 28 5E 38
Octal 370 262 45 0 34 125 3 50 136 70
Binary 11111000 10110010 100101 0 11100 1010101 11 101000 1011110 111000

Color Harmonies of #F8B225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B225

Black with #F8B225

Text Example


Text Example

White with #F8B225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B225; }

 p { color: rgb(248,178,37); }

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

background-color css

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

 a { background-color: rgb(248,178,37); }

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

border-color css

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

 span { border-color: rgb(248,178,37); }

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