Html Css Color HEX #F1A527 Lightning Yellow

📋 copy color: '#F1A527'

red 241 ◦ green 165 ◦ blue 39

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

Shades of Lightning Yellow #F1A527

Tints of Lightning Yellow #F1A527

RGB

 RED value IS 241 (94.53% from 255) = 54.16%

 GREEN value IS 165 (64.84% from 255) = 37.08%

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

R = 54.16%
G = 37.08%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F1A527 (or 0xF1A527) is known color: Lightning Yellow. HEX triplet: F1, A5 and 27. RGB value is (241,165,39). Sum of RGB (Red+Green+Blue) = 241+165+39=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A527 is #0E5AD8. Grayscale: #ADADAD. Windows color (decimal): -940761 or 2598385. OLE color: 2598385.

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

Color convert

RGB 241 165 39 -
CMYK 0 0.32 0.84 0.05
HSL 37.43º 0.88% 0.55% -
HSV(B) 37.43º 0.84% 0.95% -
XYZ 50.1 45.76 8.11 -
YUV 173.36 52.18 176.25 -
System Red Green Blue C M Y K H S L
Decimal 241 165 39 0 0.32 0.84 0.05 37.43 0.88 0.55
Hex F1 A5 27 0 20 54 5 25 58 37
Octal 361 245 47 0 40 124 5 45 130 67
Binary 11110001 10100101 100111 0 100000 1010100 101 100101 1011000 110111

Color Harmonies of #F1A527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A527

Black with #F1A527

Text Example


Text Example

White with #F1A527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A527; }

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

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

background-color css

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

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

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

border-color css

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

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

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