Html Css Color HEX #F8F127 Gorse

📋 copy color: '#F8F127'

red 248 ◦ green 241 ◦ blue 39

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

Shades of Gorse #F8F127

Tints of Gorse #F8F127

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.64%

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

R = 46.97%
G = 45.64%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8F127 (or 0xF8F127) is known color: Gorse. HEX triplet: F8, F1 and 27. RGB value is (248,241,39). Sum of RGB (Red+Green+Blue) = 248+241+39=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 39 (15.62% from 255 or 7.39% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F127 is #070ED8. Grayscale: #DCDCDC. Windows color (decimal): -462553 or 2617848. OLE color: 2617848.

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

Color convert

RGB 248 241 39 -
CMYK 0 0.03 0.84 0.03
HSL 57.99º 0.94% 0.56% -
HSV(B) 57.99º 0.84% 0.97% -
XYZ 70.53 83.01 14.23 -
YUV 220.07 25.82 147.93 -
System Red Green Blue C M Y K H S L
Decimal 248 241 39 0 0.03 0.84 0.03 57.99 0.94 0.56
Hex F8 F1 27 0 3 54 3 3A 5E 38
Octal 370 361 47 0 3 124 3 72 136 70
Binary 11111000 11110001 100111 0 11 1010100 11 111010 1011110 111000

Color Harmonies of #F8F127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F127

Black with #F8F127

Text Example


Text Example

White with #F8F127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F127; }

 p { color: rgb(248,241,39); }

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

background-color css

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

 a { background-color: rgb(248,241,39); }

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

border-color css

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

 span { border-color: rgb(248,241,39); }

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