Html Css Color HEX #F5B427 Bright Sun

📋 copy color: '#F5B427'

red 245 ◦ green 180 ◦ blue 39

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

Shades of Bright Sun #F5B427

Tints of Bright Sun #F5B427

RGB

 RED value IS 245 (96.09% from 255) = 52.8%

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

 BLUE value IS 39 (15.63% from 255) = 8.41%

R = 52.8%
G = 38.79%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F5B427 (or 0xF5B427) is known color: Bright Sun. HEX triplet: F5, B4 and 27. RGB value is (245,180,39). Sum of RGB (Red+Green+Blue) = 245+180+39=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B427 is #0A4BD8. Grayscale: #B7B7B7. Windows color (decimal): -674777 or 2602229. OLE color: 2602229.

HSL color Cylindrical-coordinate representation of color #F5B427: hue angle of 41.07º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5B427 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 180 39 -
CMYK 0 0.27 0.84 0.04
HSL 41.07º 0.91% 0.56% -
HSV(B) 41.07º 0.84% 0.96% -
XYZ 54.34 52.2 9.13 -
YUV 183.36 46.53 171.96 -
System Red Green Blue C M Y K H S L
Decimal 245 180 39 0 0.27 0.84 0.04 41.07 0.91 0.56
Hex F5 B4 27 0 1B 54 4 29 5B 38
Octal 365 264 47 0 33 124 4 51 133 70
Binary 11110101 10110100 100111 0 11011 1010100 100 101001 1011011 111000

Color Harmonies of #F5B427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B427

Black with #F5B427

Text Example


Text Example

White with #F5B427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B427; }

 p { color: rgb(245,180,39); }

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

background-color css

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

 a { background-color: rgb(245,180,39); }

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

border-color css

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

 span { border-color: rgb(245,180,39); }

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