Html Css Color HEX #F7AB2F Lightning Yellow

📋 copy color: '#F7AB2F'

red 247 ◦ green 171 ◦ blue 47

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

Shades of Lightning Yellow #F7AB2F

Tints of Lightning Yellow #F7AB2F

RGB

 RED value IS 247 (96.88% from 255) = 53.12%

 GREEN value IS 171 (67.19% from 255) = 36.77%

 BLUE value IS 47 (18.75% from 255) = 10.11%

R = 53.12%
G = 36.77%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7AB2F (or 0xF7AB2F) is known color: Lightning Yellow. HEX triplet: F7, AB and 2F. RGB value is (247,171,47). Sum of RGB (Red+Green+Blue) = 247+171+47=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AB2F is #0854D0. Grayscale: #B4B4B4. Windows color (decimal): -546001 or 3124215. OLE color: 3124215.

HSL color Cylindrical-coordinate representation of color #F7AB2F: hue angle of 37.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7AB2F is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 171 47 -
CMYK 0 0.31 0.81 0.03
HSL 37.2º 0.93% 0.58% -
HSV(B) 37.2º 0.81% 0.97% -
XYZ 53.43 49.11 9.35 -
YUV 179.59 53.18 176.08 -
System Red Green Blue C M Y K H S L
Decimal 247 171 47 0 0.31 0.81 0.03 37.2 0.93 0.58
Hex F7 AB 2F 0 1F 51 3 25 5D 3A
Octal 367 253 57 0 37 121 3 45 135 72
Binary 11110111 10101011 101111 0 11111 1010001 11 100101 1011101 111010

Color Harmonies of #F7AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AB2F

Black with #F7AB2F

Text Example


Text Example

White with #F7AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AB2F; }

 p { color: rgb(247,171,47); }

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

background-color css

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

 a { background-color: rgb(247,171,47); }

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

border-color css

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

 span { border-color: rgb(247,171,47); }

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