Html Css Color HEX #F1AD2B Lightning Yellow

📋 copy color: '#F1AD2B'

red 241 ◦ green 173 ◦ blue 43

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

Shades of Lightning Yellow #F1AD2B

Tints of Lightning Yellow #F1AD2B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.86%

 BLUE value IS 43 (17.19% from 255) = 9.41%

R = 52.74%
G = 37.86%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1AD2B (or 0xF1AD2B) is known color: Lightning Yellow. HEX triplet: F1, AD and 2B. RGB value is (241,173,43). Sum of RGB (Red+Green+Blue) = 241+173+43=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD2B is #0E52D4. Grayscale: #B3B3B3. Windows color (decimal): -938709 or 2862577. OLE color: 2862577.

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

Color convert

RGB 241 173 43 -
CMYK 0 0.28 0.82 0.05
HSL 39.39º 0.88% 0.56% -
HSV(B) 39.39º 0.82% 0.95% -
XYZ 51.66 48.76 8.98 -
YUV 178.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 241 173 43 0 0.28 0.82 0.05 39.39 0.88 0.56
Hex F1 AD 2B 0 1C 52 5 27 58 38
Octal 361 255 53 0 34 122 5 47 130 70
Binary 11110001 10101101 101011 0 11100 1010010 101 100111 1011000 111000

Color Harmonies of #F1AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD2B

Black with #F1AD2B

Text Example


Text Example

White with #F1AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD2B; }

 p { color: rgb(241,173,43); }

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

background-color css

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

 a { background-color: rgb(241,173,43); }

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

border-color css

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

 span { border-color: rgb(241,173,43); }

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