Html Css Color HEX #F2B425 Bright Sun

📋 copy color: '#F2B425'

red 242 ◦ green 180 ◦ blue 37

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

Shades of Bright Sun #F2B425

Tints of Bright Sun #F2B425

RGB

 RED value IS 242 (94.92% from 255) = 52.72%

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

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

R = 52.72%
G = 39.22%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F2B425 (or 0xF2B425) is known color: Bright Sun. HEX triplet: F2, B4 and 25. RGB value is (242,180,37). Sum of RGB (Red+Green+Blue) = 242+180+37=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B425 is #0D4BDA. Grayscale: #B6B6B6. Windows color (decimal): -871387 or 2471154. OLE color: 2471154.

HSL color Cylindrical-coordinate representation of color #F2B425: hue angle of 41.85º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2B425 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 180 37 -
CMYK 0 0.26 0.85 0.05
HSL 41.85º 0.89% 0.55% -
HSV(B) 41.85º 0.85% 0.95% -
XYZ 53.27 51.65 8.91 -
YUV 182.24 46.04 170.63 -
System Red Green Blue C M Y K H S L
Decimal 242 180 37 0 0.26 0.85 0.05 41.85 0.89 0.55
Hex F2 B4 25 0 1A 55 5 2A 59 37
Octal 362 264 45 0 32 125 5 52 131 67
Binary 11110010 10110100 100101 0 11010 1010101 101 101010 1011001 110111

Color Harmonies of #F2B425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B425

Black with #F2B425

Text Example


Text Example

White with #F2B425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B425; }

 p { color: rgb(242,180,37); }

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

background-color css

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

 a { background-color: rgb(242,180,37); }

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

border-color css

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

 span { border-color: rgb(242,180,37); }

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