Html Css Color HEX #FFCF1D Turbo

📋 copy color: '#FFCF1D'

red 255 ◦ green 207 ◦ blue 29

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

Shades of Turbo #FFCF1D

Tints of Turbo #FFCF1D

RGB

 RED value IS 255 (100% from 255) = 51.93%

 GREEN value IS 207 (81.25% from 255) = 42.16%

 BLUE value IS 29 (11.72% from 255) = 5.91%

R = 51.93%
G = 42.16%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFCF1D (or 0xFFCF1D) is known color: Turbo. HEX triplet: FF, CF and 1D. RGB value is (255,207,29). Sum of RGB (Red+Green+Blue) = 255+207+29=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF1D is #0030E2. Grayscale: #C9C9C9. Windows color (decimal): -12515 or 1953791. OLE color: 1953791.

HSL color Cylindrical-coordinate representation of color #FFCF1D: hue angle of 47.26º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFCF1D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 29 -
CMYK 0 0.19 0.89 0
HSL 47.26º 1% 0.56% -
HSV(B) 47.26º 0.89% 1% -
XYZ 63.77 65.97 10.54 -
YUV 201.06 30.9 166.47 -
System Red Green Blue C M Y K H S L
Decimal 255 207 29 0 0.19 0.89 0 47.26 1 0.56
Hex FF CF 1D 0 13 59 0 2F 64 38
Octal 377 317 35 0 23 131 0 57 144 70
Binary 11111111 11001111 11101 0 10011 1011001 0 101111 1100100 111000

Color Harmonies of #FFCF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF1D

Black with #FFCF1D

Text Example


Text Example

White with #FFCF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF1D; }

 p { color: rgb(255,207,29); }

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

background-color css

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

 a { background-color: rgb(255,207,29); }

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

border-color css

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

 span { border-color: rgb(255,207,29); }

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